Teach gtk-builder-tool to leave GtkDialog::border-width alone
authorMatthias Clasen <mclasen@redhat.com>
Thu, 26 May 2016 17:21:50 +0000 (13:21 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 26 May 2016 18:41:14 +0000 (14:41 -0400)
This is one of the properties that need to be explicitly set.

gtk/gtk-builder-tool.c

index 63bcc7f98784e03f3a5f5873fea2408102ed9fb0..24171abce676eb675cb5899de82bd5c74c614fa0 100644 (file)
@@ -186,6 +186,7 @@ needs_explicit_setting (MyParserData *data,
     { "GtkCalendar", "year", 0 },
     { "GtkCalendar", "month", 0 },
     { "GtkCalendar", "day", 0 },
+    { "GtkDialog", "border-width", 0 },
     { "GtkPlacesSidebar", "show-desktop", 0 },
     { "GtkRadioButton", "draw-indicator", 0 },
     { "GtkGrid", "left-attach", 1 },